negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent
Class ValueSeperatedBids

java.lang.Object
  extended by negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.ValueSeperatedBids

public class ValueSeperatedBids
extends java.lang.Object


Constructor Summary
ValueSeperatedBids()
           
 
Method Summary
 void addApproved(BidWrapper bid)
           
 void bidden(Bid bid, int roundID)
           
 void clear()
           
 BidWrapper explore(int round)
           
 void init(UtilitySpace space, ValueModeler model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueSeperatedBids

public ValueSeperatedBids()
Method Detail

addApproved

public void addApproved(BidWrapper bid)

bidden

public void bidden(Bid bid,
                   int roundID)

init

public void init(UtilitySpace space,
                 ValueModeler model)

explore

public BidWrapper explore(int round)

clear

public void clear()